Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_upper
ctype_upper
Check capital characters
Name:
ctype_upper
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check capital characters
Related
PHP Limit Function Explained: Improve Performance and Optimize Database Queries
3
How to combine xml_set_character_data_handler and xml_set_end_namespace_decl_handler for XML parsing?
3
Understanding the gmp_legendre() Function in PHP: Determine Quadratic Residues and Non-Residues
4
How to use PDOStatement::rowCount to get the actual number of rows affected by a UPDATE query
10
Similar Functions
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_print
ctype_print
Checkprintablecharac
ctype_graph
ctype_graph
Checkforanyprintable
ctype_space
ctype_space
Checkspacecharacters
ctype_lower
ctype_lower
Checklowercasecharac
ctype_digit
ctype_digit
Checknumericcharacte
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_punct
ctype_punct
Checkforprintablecha
Popular Articles